home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / ALL96.LZH / t0202 / text0052.txt < prev    next >
Encoding:
Text File  |  1996-03-07  |  2.3 KB  |  55 lines

  1. Hi, 
  2. i'd like to know if anybody is busy with the AI yet?
  3. A friend of mine and i, might be interested in starting it. But 
  4. unfortunately, it would only be to produce algorithms, and C code. He and 
  5. I have a few ideas already, since he did a game (kind of Zelda) where he 
  6. had to do the monsters movement, and chase, and fight.
  7. If you think we can help (someone might use our algorithms, and code them in 
  8. assembler), well just tell me.
  9. But we'd need more infos about the WAD files format, and how the position 
  10. of the player can be stored and the monsters positions, and how to have 
  11. an idead of how the level itself is coded.
  12. Tell me what are the characteristic of the player. I think we need:
  13. - position
  14. - facing direction 
  15. - energy
  16. - gun
  17. - ammos
  18. - objects (keys, medecine)
  19. - armor ?
  20. - "footprints" (i.e. the last places where you have been, to be used when 
  21. monsters chase you, they will only see a special amount of footprints 
  22. depending on how clever they are...)
  23.  
  24.  
  25. for a monster:
  26. - agressivity
  27. - gun
  28. - energy
  29. - position
  30. - facing direction
  31. - intelligence
  32. - when-not-chasing-movement type (static-> guardian, circle movement, 
  33. complex movement)
  34.  
  35. we have ideas how to simulate the movement of the monster you just shot, 
  36. that will follow you, and try to kill you.
  37. It it possible, to make a function that tells if the monsters sees you 
  38. and if you can see a monster. If you can do it, then i think we can sort 
  39. it out.
  40. Well, that's about it.
  41. We're no 680XX coders, but i think we can manage to give basic ideas on 
  42. how we can dea with the monsters.
  43.  
  44. If you want us to do it, just tell!
  45. XxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxX
  46. X        Information is not knowledge , knowledge is not wisdom               X
  47. X                 Wisdom is not truth , thruth is not beauty                  X
  48. X                  Beauty is not Love , Love is not Music                     X
  49. X                          Music is the Best !    (Frank Zappa)               X
  50. X                                                                             X
  51. X            Frederic JAUME --->   jaume@massilia.univ-mrs.fr                 X
  52. X     Licence d'Informatique   CMI Chateau-Gombert Marseille, FRANCE          X
  53. XxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxX
  54.  
  55.